Tan(number)


Returns the tangent of a given angle.

See also ASin, Cos, Sin, and Pi.

number

Angle in radians for which you want the tangent. If the angle is in degrees, multiply it by PI()/180 to convert it to radians.